home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 19 / QRZ Ham Radio Callsign Database - Volume 19.iso / modfiles / pro2020.txt < prev    next >
Internet Message Format  |  2001-11-01  |  5KB

  1. Date:       Wed, 26 Jul 89 12:04:40 EST
  2. From: MKELLY@CARLETON.CA
  3. Reply-To: "MKELLY/2020"@CARLETON.CA
  4. Subject: PRO 2020 SCANNER MOD
  5.  
  6. Here is the mod for the Radio Shack Pro-2020 Scanner that I posted
  7. to Info-Hams Vol 89 Issue 314, Slightly condensed.
  8. It adds another 80 memories to the existing 20, in four banks of  20,
  9. and suggests other mods.
  10. It MIGHT be helpfull for other scanners that store frequency info in
  11. a ram seperate from the cpu chip.
  12. The address, data, and WE lines on the old and new ram are paralleled.
  13. Chip enable from the cpu is multiplexed to the old and new ram, with
  14. the mux select being driven by a high order line from a counter. The
  15. high order address lines on the new ram are driven off of the low
  16. order bits of the same counter that drives the mux.  These counter
  17. lines also drive a binary->7 segment decoder/led driver to indicate
  18. which bank the machine is using.  The mux output is inhibited by a
  19. power_on_reset signal to prevent spurious writes during power up.
  20. CE1 from the cpu goes to the input to a 1 to 2 mux (1 input, CE1;
  21. 2 outputs, OLD_CE1, NEW_CE1).
  22. The mux is made of 1/2 of a 74hc00 2 input nand and 2/3 of a 74hc10
  23. 3 input nand. There is one 3 in nand unused, inputs are tied high.
  24. The 3input nands drive the ce lines on the rams.  The third input on
  25. each of the two 3 in nands is driven by the power_on_reset line that
  26. goes to CE2 of the ram in the original machine.  This signal stays
  27. low until the rest of the system is powered up and stable,  preventing
  28. spurious chip selects (& writes) until the power up sequence is complete.
  29. The top 2 address lines of the new ram (1k x 4 cmos) are selected by a
  30. 4520 4 bit binary counter configured to count 0,1,2,3,4 with binary
  31. output 101 decoded with another 1/4 of the 74hc00 looking for a high on
  32. Q0 and Q2 of the counter at the same time.  This signal is inverted
  33. (using the last 1/4 of the 74hc00) and fed into the clear line of the
  34. counter.  The clock inputs are configured so a low on the clock will
  35. increase the count. The line(s) being used for the clock have a resistor
  36. to counter vcc and a capacitor to ground.  The bank select switch is a
  37. SPST N.O. switch that shorts the capacitor.
  38. Q2 goes to the select input of the mux.  When Q2 is low, chip selects
  39. from the cpu go thru to the new ram, and when it is high, the chip
  40. selects go to the original ram, as before, like this:
  41. Q0  Q1  Q2
  42. 0   0   0  new ram bank 00  bank display reads 0
  43. 1   0   0  new ram bank 01  bank display reads 1
  44. 0   1   0  new ram bank 10  bank display reads 2
  45. 1   1   0  new ram bank 11  bank display reads 3
  46. 0   0   1  old ram (only one bank)  bank display reads 4
  47. 1   0   1  generate asynch reset and go back to 0 0 0
  48. The bank display
  49. is a FND367 using 470 ohm resistors to +5v.  The display driver is a
  50. 4511 driven off the SECOND counter in the 4520 package.  Since one of
  51. the segments in a 0-1-2-3-4 counter is always on, it is run (via its
  52. resistor) directly off +5, rather than off of the 4511.
  53. I used rather stiff decoupling (around 100uF in parallel with .1uF)
  54. on the display "module" (4511+fnd367), and the expansion board on both
  55. +5V and +5VBACKUP lines.  This may be excessive, but overkill doesn't  hurt
  56.  
  57. THE NEXT TIME I'm in there, I will probably switch the 4520 power line
  58. onto the battery backup, so it will power up in the bank I left it in,
  59. rather than at any bank at random as it does now.  If I were doing it
  60. again, I would drive the 4511 off the same lines as the address, rather
  61. than using the second counter in the package, because on power up, the
  62. two halves of the counter chip might have different numbers in them,
  63. causing the bank display to "lie" to you until you go to bank zero (when
  64. both halves get a reset and get synched up again)
  65. I have decided that the scan speed is too slow to make any practical use
  66. of the idea of decoding "20" in the channel number display and using
  67. it to clock the "bank" counter.  With that many channels being scanned,
  68. the chances of catching anything diminish too far.
  69.  
  70. THE NEXT MOD is to put a fet switch (probably a TIS73 jfet) across the
  71. "speed" switch, with a capacitor from the gate to the switched +5V line
  72. and a resistor from the gate to ground.  This should hold the "speed"  key
  73. on the keypad closed on power up, so the machine starts off in "fast"
  74. speed, rather than in slow.   I havent thought this one out yet, so if
  75. you beat me to it, lemme know how it works.
  76. This mode isn't the best one to send schematics through, so if you
  77. want a schematic of the mod, send me a papermail address.  Mine is:
  78. Mike Kelly, Carleton University, Colonel By Dr., Ottawa, Ontario,
  79. Canada, K1S 5B6.                 73.. mike k. (VE3 FFK)
  80.  
  81. ------------------------------
  82.  
  83.  
  84. Copied from the QRZ! Windows Ham Radio CDROM
  85.  
  86.